From df81d130cdfdb650c2b4365f0802180271f96a11 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 27 May 2018 10:37:07 -0600 Subject: [PATCH] fix link to build log in continuous windows release. --- tools/uploadtool/upload_appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uploadtool/upload_appveyor.sh b/tools/uploadtool/upload_appveyor.sh index ac660de17..6c10cb114 100755 --- a/tools/uploadtool/upload_appveyor.sh +++ b/tools/uploadtool/upload_appveyor.sh @@ -163,7 +163,7 @@ if [ "$APPVEYOR_REPO_COMMIT" != "$target_commit_sha" ] ; then if [ ! -z "$APPVEYOR_JOB_ID" ] ; then if [ -z "${UPLOADTOOL_BODY+x}" ] ; then - BODY="Appveyor CI build log: https://ci.appveyor.com/project/$APPVEYOR_ACCOUNT_NAME/$APPVEYOR_PROJECT_SLUG/build/$APPVEYOR_BUILD_VERSION/" + BODY="Appveyor CI build log: https://ci.appveyor.com/project/$APPVEYOR_ACCOUNT_NAME/$APPVEYOR_PROJECT_SLUG/build/$APPVEYOR_BUILD_VERSION" else BODY="$UPLOADTOOL_BODY" fi -- 2.30.2